本章课程PDF,视频(油管B站)。

Keras

Hello world

Keras: Building a Network

Mini-batch


Speed

Very large batch size can yield worse performance.

Speed - Matrix Operation


对GPU来说,让它做上述两个运算,所用的时间其实是一样的,但是在矩阵相乘中的每一个元素,都是可以并行运算的,所以上面花的时间是下面的两倍,所以GPU+mini-batch大大提升效率。

Keras:Save and load models

https://faroit.github.io/keras-docs/2.0.2/getting-started/faq/#how-can-i-save-a-keras-model

Keras:How to use the neural network (testing)

如果本博文对您有帮助,可以赞助支持一波博主~